projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2610e00
)
GtkAppChooserButtonPrivate: Improve struct packing
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:24:05 +0000
(12:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:24:05 +0000
(12:24 -0400)
gtk/gtkappchooserbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkappchooserbutton.c
b/gtk/gtkappchooserbutton.c
index c50657dec1b8d915a30a333ae5b443148154817d..b9cc24432294eba11f1568a67fb775ee0f3ae05f 100644
(file)
--- a/
gtk/gtkappchooserbutton.c
+++ b/
gtk/gtkappchooserbutton.c
@@
-89,10
+89,10
@@
G_DEFINE_TYPE_WITH_CODE (GtkAppChooserButton, gtk_app_chooser_button, GTK_TYPE_C
struct _GtkAppChooserButtonPrivate {
GtkListStore *store;
- int last_active;
gchar *content_type;
- gboolean show_dialog_item;
gchar *heading;
+ gint last_active;
+ gboolean show_dialog_item;
GHashTable *custom_item_names;
};